home *** CD-ROM | disk | FTP | other *** search
- #[document 72.55 140.35 110.35 191.35
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(101.55,184.70);
- c(101.55,183.35,102.45,182.35,103.50,182.35);
- c(104.60,182.35,105.45,183.35,105.45,184.70);
- c(105.45,185.95,104.60,187.00,103.50,187.00);
- c(102.45,187.00,101.55,185.95,101.55,184.70);
- close_edge();
- p=path();
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_line_cap_style(round);
- gc_stroke_width(1.50);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- s[0]=draw(p);
- m(108.35,181.05);
- l(109.60,183.25);
- l(108.75,186.70);
- l(105.95,189.60);
- l(102.85,190.60);
- l(98.20,189.35);
- l(92.90,185.75);
- l(88.05,181.80);
- l(82.15,175.85);
- l(77.00,168.05);
- l(73.30,156.35);
- l(74.30,149.25);
- l(79.20,143.10);
- l(86.65,141.10);
- l(92.90,145.70);
- l(96.15,151.85);
- l(96.15,159.60);
- l(96.85,165.00);
- l(100.45,171.70);
- l(102.40,175.60);
- l(106.05,179.20);
- l(108.35,181.05);
- close_edge();
- p=path();
- s[1]=draw(p);
- s[0]over=s[1];
- page:=s[0];
- s=NULL;
- #]page
- #]document
-